home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataRa~1.cab / _09E9D5673CAE4967B2E63D217AB9A066 < prev    next >
Encoding:
Text File  |  2006-02-10  |  1.4 KB  |  71 lines

  1. !include("../data.def")
  2.  
  3. TrackLocation("Data/Maps/USA/USA.map")
  4. TrackID("usa9")
  5.  
  6. CarID("G4G1")
  7. CarPower(180.0)
  8. CarSettings()
  9. {
  10.     Tyres("G4G_Sport_Slick")
  11.     Suspension(3)
  12.     Springs(3)
  13.     BrakesForce(5)
  14.     BrakesBalance(3)
  15.     Steering(3)
  16.     Gearbox(3)
  17.     PowerBalance(0)
  18.     Transmission(-1)
  19. }
  20.  
  21. CarParts()
  22. {
  23.     CarPart("G4G_Body")
  24.     CarPart("G4G_Skirt_A")
  25.     CarPart("G4G_DoorL")
  26.     CarPart("G4G_AntennaF")
  27.     CarPart("pO1_Dampers_Default")
  28.     CarPart("G4G_Sport_Slick")
  29.     CarPart("G4G_DoorR")
  30.     CarPart("G4G_Spoiler_A")
  31.     CarPart("G4G_Bonnet")
  32.     CarPart("pO1_Filter_Default")
  33.     CarPart("pO1_Cooler_Default")
  34.     CarPart("pO1_Gearbox_Default")
  35.     CarPart("G4G_Expirat_A")
  36.     CarPart("G4G_WiperR")
  37.     CarPart("G4G_Electrics")
  38.     CarPart("pO1_Clutch_Default")
  39.     CarPart("pO1_Springs_Default")
  40.     CarPart("G4G_Engine")
  41.     CarPart("pO1_BrakeSystem_Default")
  42.     CarPart("G4G_Fender_A")
  43.     CarPart("G4G_BumperFront_A")
  44.     CarPart("G4G_WiperL")
  45.     CarPart("pO1_FlyWheel_Default")
  46.     CarPart("G4G_BumperRear_A")
  47.     CarPart("G4G_Painting1")
  48. }
  49.  
  50. AITimes()
  51. {
  52.  Checkpoint(0.0)
  53.  Checkpoint(0.0)
  54.  Checkpoint(0.0)
  55.  Checkpoint(0.0)
  56.  Checkpoint(0.0)
  57.  Checkpoint(0.0)
  58.  Checkpoint(0.0)
  59.  Checkpoint(0.0)
  60.  Checkpoint(0.0)
  61.  Checkpoint(0.0)
  62.  Checkpoint(0.0)
  63.  Checkpoint(0.0)
  64.  Checkpoint(0.0)
  65.  Checkpoint(0.0)
  66.  Checkpoint(178.70801)
  67. }
  68.  
  69. RaceTime(178.70801)
  70.  
  71.